home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / UTILFILE / NJFIND.LZH / NJFIND next >
Text File  |  1991-12-09  |  313b  |  17 lines

  1. #
  2. # Nifty James' Famous File Find Utility
  3. #
  4. # Version 1.00 of 30 September 1989
  5. # (C) Copyright 1989 by Mike Blaszczak
  6. # All Rights Reserved.
  7. #
  8. # MAKEFILE for Production Version
  9. #
  10.  
  11. njfind.obj:    njfind.c
  12.     cl /W3 /Ox /c njfind.c
  13.  
  14. njfind.exe:    njfind.obj
  15.     link njfind /noi /noe /exepack /stack:16384;
  16.  
  17.